ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Finance Namespace / FinancialSeries<T> Class / AxisX Property

In This Topic
    AxisX Property (FinancialSeries<T>)
    In This Topic
    Gets or sets the x-axis for the series.
    Syntax
    'Declaration
     
    
    Public Property AxisX As ChartAxis(Of T)
    public ChartAxis<T> AxisX {get; set;}
    See Also